From 541e42472a3273355e3e5517dcff1a97df859936 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 14 Nov 2008 14:27:51 +0000 Subject: [PATCH] Fix to save CPU affinity for xm save/restore Signed-off-by: Masaki Kanno --- tools/python/xen/xend/XendConfig.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index eb868e7b29..0773fa5e57 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -1032,8 +1032,6 @@ class XendConfig(dict): sxpr.append([name, s]) for xenapi, legacy in XENAPI_CFG_TO_LEGACY_CFG.items(): - if legacy in ('cpus'): # skip this - continue if self.has_key(xenapi) and self[xenapi] not in (None, []): if type(self[xenapi]) == bool: # convert booleans to ints before making an sxp item -- 2.30.2